home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mntlib44.zoo / mntlib / getppid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-01  |  194 b   |  13 lines

  1. #include <osbind.h>
  2. #include <unistd.h>
  3. #include <basepage.h>
  4. #include <mintbind.h>
  5.  
  6. extern int __mint;
  7.  
  8. int
  9. getppid()
  10. {
  11.   return __mint ? Pgetppid() : (int) (((long)(_base->p_parent)) >> 8);
  12. }
  13.